lcPlineGetVerPt Home

Returns a handle to the polyline vertex which is placed near the specified point.

 HANDLE lcPlineGetVerPt (
   HANDLE hPline,
   double X,
   double Y,
   double Delta
 );

Parameters
hPline
  Handle to a polyline object.
X Y
  The target point.
Delta
  Defines the selecting square around the X,Y point.

Return Value

  Handle to a vertex or NULL if there was not found any vertex.

See Also

  Code sample,   lcPlineGetSeg